This patch improves an usage message about xm dump-core command.
authorEwan Mellor <ewan@xensource.com>
Thu, 16 Nov 2006 10:44:23 +0000 (10:44 +0000)
committerEwan Mellor <ewan@xensource.com>
Thu, 16 Nov 2006 10:44:23 +0000 (10:44 +0000)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xm/main.py

index d9c0a70024b2c5385bff425c30c9f74f13d62772..a7fd155b05312f074bf3e4c95ca157d1c5e6554a 100644 (file)
@@ -199,6 +199,10 @@ SUBCOMMAND_OPTIONS = {
     'network-list': (
        ('-l', '--long', 'List resources as SXP'),
     ),
+    'dump-core': (
+       ('-L', '--live', 'Dump core without pausing the domain'),
+       ('-C', '--crash', 'Crash domain after dumping core'),
+    ),
 }
 
 common_commands = [